Fox's Git Mirrors
🗀 Files • ☸ Work (0) • 🖹 Commits (9) • ⑃ Branches (1) • ⌆ Tags (0) • ♥ Thanks (3)
>RNS Flet App Template
Requirements
• Python 3.11+
• Poetry
Installation
Clone this repository and install dependencies:
T282828
git clone <your-repo-url>
cd rns-flet-app-template
poetry install
Usage
Desktop
T282828
poetry run rns-flet-app
Web
T282828
poetry run rns-flet-app-web
Mobile
Android
T282828
poetry run rns-flet-app-android
iOS
T282828
poetry run rns-flet-app-ios
Building
Desktop Applications
T282828
poetry run flet build linux # Linux
poetry run flet build windows # Windows
poetry run flet build macos # macOS
Mobile Applications
T282828
poetry run flet build apk # Android APK
poetry run flet build aab # Android App Bundle
poetry run flet build ipa # iOS app
Served by rngit 1.5.0 - Generated in 0.03s